导航菜单

红队笔记

编辑器漏洞合Fckeditor编辑器漏洞集合

查看版本与文件上传地址

1.查看编辑器版本 fckeditor/_whatsnew.html

2.常用上传地址

FCKeditor/editor/filemanager/browser/default/connectors/asp/connector.asp?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=/FCKeditor/editor/filemanager/browser/default/browser.html?type=Image&connector=connectors/asp/connector.aspFCKeditor/editor/filemanager/browser/default/browser.html?Type=Image&Connector=http://www.site.com%2Ffckeditor%2Feditor%2Ffilemanager%2Fconnectors%2Fphp%2Fconnector.php

3.FCKeditor中test 文件的上传地址

FCKeditor/editor/filemanager/browser/default/connectors/test.htmlFCKeditor/editor/filemanager/upload/test.htmlFCKeditor/editor/filemanager/connectors/test.htmlFCKeditor/editor/filemanager/connectors/uploadtest.html

4.其他上传地址

FCKeditor/_samples/default.htmlFCKeditor/_samples/asp/sample01.aspFCKeditor/_samples/asp/sample02.aspFCKeditor/_samples/asp/sample03.aspFCKeditor/_samples/asp/sample04.asp

一般很多站点都已删除_samples 目录,可以试试。FCKeditor/editor/fckeditor.html 不可以上传文件,可以点击上传图片按钮再选择浏览服务器即可跳转至可上传文件页。

漏洞(一):任意文件上传

----------------------------------------

版本:php < =2.4.2

在处理PHP 上传的地方并未对Media 类型进行上传文件类型的控制,导致用户上传任意文件!

Upload a new file:

漏洞(二):任意文件上传

----------------------------------------

1.验证:FCKeditor 文件上传“.”变“_”下划线的绕过方法,很多时候上传的文件例如:shell.php.rar 或shell.php;.jpg 会变为shell_php;.jpg 这是新版FCK 的变化。2.绕过:提交shell.php+空格绕过不过空格只支持win 系统 linu 是不支持的

[shell.php和shell.php+空格是2 个不同的文件 未测试。继续上传同名文件可变为shell.php;(1).jpg 也可以新建一个文件夹,只检测了第一级的目录,如果跳到二级目录就不受限制

漏洞(三):列目录

----------------------------------------

影响版本:

相关推荐: